runtime.spanQueue.empty (method)
3 uses
runtime (current package)
mgc.go#L1612: if !work.full.empty() || !work.spanq.empty() {
mgc.go#L1631: if work.full != 0 || work.markrootNext < work.markrootJobs || !work.spanq.empty() {
mgcmark_nogreenteagc.go#L55: func (q *spanQueue) empty() bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)